home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / siemens.inf < prev    next >
INI File  |  1997-04-18  |  1KB  |  80 lines

  1. ; COBOL parser settings for Siemens COBOL85 
  2. ; with UDS extensions.
  3.  
  4. ; a list of possible exceptions for statements
  5. [Exceptions]
  6. Ex1=ON OVERFLOW,OVERFLOW
  7. Ex2=ON EXCEPTION,EXCEPTION
  8. Ex3=ON ESCAPE,ESCAPE
  9. Ex4=NO DATA
  10. Ex5=ON SIZE ERROR,SIZE ERROR
  11. Ex6=AT END,END
  12. Ex7=INVALID KEY,INVALID
  13. Ex8=AT END-OF-PAGE,END-OF-PAGE
  14. Ex9=AT EOP,EOP
  15. Ex10=WITH DATA,DATA
  16.  
  17. ; a list of statements that should be recognized
  18. [Statements]
  19. CallException=1,2
  20. SearchException=6
  21.  
  22. Stmt1=ACCEPT
  23. Stmt2=ADD,5,*
  24. Stmt3=ALTER
  25. Stmt4=CANCEL
  26. Stmt5=CLOSE
  27. Stmt6=COMPUTE,5,*
  28. Stmt7=CONNECT
  29. Stmt8=CONTINUE
  30. Stmt9=DELETE,7,*
  31. Stmt10=DISCONNECT
  32. Stmt11=DISPLAY
  33. Stmt12=DIVIDE,5,*
  34. Stmt13=ERASE
  35. Stmt14=FETCH
  36. Stmt15=FIND
  37. Stmt16=FINISH
  38. Stmt17=FREE
  39. Stmt18=GENERATE
  40. Stmt19=GET
  41. Stmt20=GO
  42. Stmt21=INITIALIZE
  43. Stmt22=INITIATE
  44. Stmt23=INSPECT
  45. Stmt24=KEEP
  46. Stmt25=MERGE
  47. Stmt26=MODIFY
  48. Stmt27=MOVE
  49. Stmt28=MULTIPLY,5,*
  50. Stmt29=OPEN
  51. Stmt30=READ,6,7,*
  52. Stmt31=READY
  53. Stmt32=RECONNECT
  54. Stmt33=RELEASE
  55. Stmt34=RETURN,6,*
  56. Stmt35=REWRITE
  57. Stmt36=SET
  58. Stmt37=SORT
  59. Stmt38=START,7,*
  60. Stmt39=STOP
  61. Stmt40=STORE
  62. Stmt41=STRING,1,*
  63. Stmt42=SUBTRACT,5,*
  64. Stmt43=TERMINATE
  65. Stmt44=UNSTRING,1,*
  66. Stmt45=USE
  67. Stmt46=WRITE,7,8,9,*
  68.  
  69. ; these keywords should not be recognized as statements
  70. [NoKeywords]
  71. NK1=OTHERWISE
  72. NK2=EJECT
  73. NK3=SKIP1
  74. NK4=SKIP2
  75. NK5=SKIP3
  76. NK6=TITLE
  77.  
  78. [ParseOptions]
  79. AllowSentenceInAArea=1
  80.